1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmAttendance
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.components = New System.ComponentModel.Container()
26         Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
27         Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28         Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
29         Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
30         Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
31         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmAttendance))
32         Me.Panel1 = New System.Windows.Forms.Panel()
33         Me.GroupBox1 = New System.Windows.Forms.GroupBox()
34         Me.txtStaff = New System.Windows.Forms.TextBox()
35         Me.GroupBox2 = New System.Windows.Forms.GroupBox()
36         Me.StaffID = New System.Windows.Forms.TextBox()
37         Me.txtOutTime = New System.Windows.Forms.TextBox()
38         Me.Status = New System.Windows.Forms.ComboBox()
39         Me.txtInTime = New System.Windows.Forms.TextBox()
40         Me.Label8 = New System.Windows.Forms.Label()
41         Me.OutTime = New System.Windows.Forms.DateTimePicker()
42         Me.InTime = New System.Windows.Forms.DateTimePicker()
43         Me.Label7 = New System.Windows.Forms.Label()
44         Me.StaffName = New System.Windows.Forms.TextBox()
45         Me.WorkingDate = New System.Windows.Forms.DateTimePicker()
46         Me.Label6 = New System.Windows.Forms.Label()
47         Me.Label4 = New System.Windows.Forms.Label()
48         Me.Label3 = New System.Windows.Forms.Label()
49         Me.Label2 = New System.Windows.Forms.Label()
50         Me.dgw = New System.Windows.Forms.DataGridView()
51         Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
52         Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
53         Me.Column3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
54         Me.txtStID = New System.Windows.Forms.TextBox()
55         Me.lblUser = New System.Windows.Forms.Label()
56         Me.Panel4 = New System.Windows.Forms.Panel()
57         Me.btnGetData = New System.Windows.Forms.Button()
58         Me.btnDelete = New System.Windows.Forms.Button()
59         Me.btnClose = New System.Windows.Forms.Button()
60         Me.btnUpdate = New System.Windows.Forms.Button()
61         Me.btnSave = New System.Windows.Forms.Button()
62         Me.btnNew = New System.Windows.Forms.Button()
63         Me.txtID = New System.Windows.Forms.TextBox()
64         Me.Panel2 = New System.Windows.Forms.Panel()
65         Me.Label1 = New System.Windows.Forms.Label()
66         Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
67         Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
68         Me.Panel1.SuspendLayout()
69         Me.GroupBox1.SuspendLayout()
70         Me.GroupBox2.SuspendLayout()
71         CType(Me.dgw, System.ComponentModel.ISupportInitialize).BeginInit()
72         Me.Panel4.SuspendLayout()
73         Me.Panel2.SuspendLayout()
74         Me.SuspendLayout()
75         
'
76         
'Panel1
77         
'
78         Me.Panel1.BackColor = System.Drawing.Color.White
79         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
80         Me.Panel1.Controls.Add(Me.GroupBox1)
81         Me.Panel1.Controls.Add(Me.GroupBox2)
82         Me.Panel1.Controls.Add(Me.dgw)
83         Me.Panel1.Controls.Add(Me.txtStID)
84         Me.Panel1.Controls.Add(Me.lblUser)
85         Me.Panel1.Controls.Add(Me.Panel4)
86         Me.Panel1.Controls.Add(Me.txtID)
87         Me.Panel1.Controls.Add(Me.Panel2)
88         Me.Panel1.Location = New System.Drawing.Point(
13, 17)
89         Me.Panel1.Name =
"Panel1"
90         Me.Panel1.Size = New System.Drawing.Size(
859, 588)
91         Me.Panel1.TabIndex =
2
92         
'
93         
'GroupBox1
94         
'
95         Me.GroupBox1.Controls.Add(Me.txtStaff)
96         Me.GroupBox1.Location = New System.Drawing.Point(
440, 80)
97         Me.GroupBox1.Name =
"GroupBox1"
98         Me.GroupBox1.Size = New System.Drawing.Size(
193, 54)
99         Me.GroupBox1.TabIndex =
299
100         Me.GroupBox1.TabStop = False
101         Me.GroupBox1.Text =
"Search by Staff Name"
102         
'
103         
'txtStaff
104         
'
105         Me.txtStaff.Location = New System.Drawing.Point(
17, 21)
106         Me.txtStaff.Name =
"txtStaff"
107         Me.txtStaff.Size = New System.Drawing.Size(
158, 20)
108         Me.txtStaff.TabIndex =
298
109         
'
110         
'GroupBox2
111         
'
112         Me.GroupBox2.BackColor = System.Drawing.Color.Transparent
113         Me.GroupBox2.Controls.Add(Me.StaffID)
114         Me.GroupBox2.Controls.Add(Me.txtOutTime)
115         Me.GroupBox2.Controls.Add(Me.Status)
116         Me.GroupBox2.Controls.Add(Me.txtInTime)
117         Me.GroupBox2.Controls.Add(Me.Label8)
118         Me.GroupBox2.Controls.Add(Me.OutTime)
119         Me.GroupBox2.Controls.Add(Me.InTime)
120         Me.GroupBox2.Controls.Add(Me.Label7)
121         Me.GroupBox2.Controls.Add(Me.StaffName)
122         Me.GroupBox2.Controls.Add(Me.WorkingDate)
123         Me.GroupBox2.Controls.Add(Me.Label6)
124         Me.GroupBox2.Controls.Add(Me.Label4)
125         Me.GroupBox2.Controls.Add(Me.Label3)
126         Me.GroupBox2.Controls.Add(Me.Label2)
127         Me.GroupBox2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
128         Me.GroupBox2.Location = New System.Drawing.Point(
9, 80)
129         Me.GroupBox2.Name =
"GroupBox2"
130         Me.GroupBox2.Size = New System.Drawing.Size(
415, 193)
131         Me.GroupBox2.TabIndex =
0
132         Me.GroupBox2.TabStop = False
133         Me.GroupBox2.Text =
"Entry"
134         
'
135         
'StaffID
136         
'
137         Me.StaffID.Location = New System.Drawing.Point(
171, 60)
138         Me.StaffID.Name =
"StaffID"
139         Me.StaffID.ReadOnly = True
140         Me.StaffID.Size = New System.Drawing.Size(
137, 20)
141         Me.StaffID.TabIndex =
1
142         
'
143         
'txtOutTime
144         
'
145         Me.txtOutTime.Location = New System.Drawing.Point(
171, 165)
146         Me.txtOutTime.Name =
"txtOutTime"
147         Me.txtOutTime.ReadOnly = True
148         Me.txtOutTime.Size = New System.Drawing.Size(
137, 20)
149         Me.txtOutTime.TabIndex =
5
150         Me.txtOutTime.Visible = False
151         
'
152         
'Status
153         
'
154         Me.Status.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Append
155         Me.Status.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
156         Me.Status.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
157         Me.Status.FormattingEnabled = True
158         Me.Status.Items.AddRange(New Object() {
"A", "P"})
159         Me.Status.Location = New System.Drawing.Point(
171, 112)
160         Me.Status.Name =
"Status"
161         Me.Status.Size = New System.Drawing.Size(
63, 21)
162         Me.Status.TabIndex =
3
163         
'
164         
'txtInTime
165         
'
166         Me.txtInTime.Location = New System.Drawing.Point(
171, 138)
167         Me.txtInTime.Name =
"txtInTime"
168         Me.txtInTime.ReadOnly = True
169         Me.txtInTime.Size = New System.Drawing.Size(
137, 20)
170         Me.txtInTime.TabIndex =
4
171         Me.txtInTime.Visible = False
172         
'
173         
'Label8
174         
'
175         Me.Label8.AutoSize = True
176         Me.Label8.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
177         Me.Label8.Location = New System.Drawing.Point(
31, 112)
178         Me.Label8.Name =
"Label8"
179         Me.Label8.Size = New System.Drawing.Size(
43, 13)
180         Me.Label8.TabIndex =
14
181         Me.Label8.Text =
"Status :"
182         
'
183         
'OutTime
184         
'
185         Me.OutTime.CalendarFont = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
186         Me.OutTime.CustomFormat =
"hh:mm tt"
187         Me.OutTime.Enabled = False
188         Me.OutTime.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
189         Me.OutTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom
190         Me.OutTime.Location = New System.Drawing.Point(
171, 164)
191         Me.OutTime.Name =
"OutTime"
192         Me.OutTime.Size = New System.Drawing.Size(
137, 20)
193         Me.OutTime.TabIndex =
5
194         
'
195         
'InTime
196         
'
197         Me.InTime.CalendarFont = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
198         Me.InTime.CustomFormat =
"hh:mm tt"
199         Me.InTime.Enabled = False
200         Me.InTime.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
201         Me.InTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom
202         Me.InTime.Location = New System.Drawing.Point(
171, 139)
203         Me.InTime.Name =
"InTime"
204         Me.InTime.Size = New System.Drawing.Size(
137, 20)
205         Me.InTime.TabIndex =
4
206         
'
207         
'Label7
208         
'
209         Me.Label7.AutoSize = True
210         Me.Label7.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
211         Me.Label7.Location = New System.Drawing.Point(
31, 164)
212         Me.Label7.Name =
"Label7"
213         Me.Label7.Size = New System.Drawing.Size(
56, 13)
214         Me.Label7.TabIndex =
13
215         Me.Label7.Text =
"Out Time :"
216         
'
217         
'StaffName
218         
'
219         Me.StaffName.Location = New System.Drawing.Point(
171, 86)
220         Me.StaffName.Name =
"StaffName"
221         Me.StaffName.ReadOnly = True
222         Me.StaffName.Size = New System.Drawing.Size(
228, 20)
223         Me.StaffName.TabIndex =
2
224         
'
225         
'WorkingDate
226         
'
227         Me.WorkingDate.CalendarFont = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
228         Me.WorkingDate.CustomFormat =
"dd/MMM/yyyy"
229         Me.WorkingDate.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
230         Me.WorkingDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom
231         Me.WorkingDate.Location = New System.Drawing.Point(
171, 34)
232         Me.WorkingDate.Name =
"WorkingDate"
233         Me.WorkingDate.Size = New System.Drawing.Size(
121, 20)
234         Me.WorkingDate.TabIndex =
0
235         
'
236         
'Label6
237         
'
238         Me.Label6.AutoSize = True
239         Me.Label6.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
240         Me.Label6.Location = New System.Drawing.Point(
31, 60)
241         Me.Label6.Name =
"Label6"
242         Me.Label6.Size = New System.Drawing.Size(
49, 13)
243         Me.Label6.TabIndex =
7
244         Me.Label6.Text =
"Staff ID :"
245         
'
246         
'Label4
247         
'
248         Me.Label4.AutoSize = True
249         Me.Label4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
250         Me.Label4.Location = New System.Drawing.Point(
31, 139)
251         Me.Label4.Name =
"Label4"
252         Me.Label4.Size = New System.Drawing.Size(
48, 13)
253         Me.Label4.TabIndex =
3
254         Me.Label4.Text =
"In Time :"
255         
'
256         
'Label3
257         
'
258         Me.Label3.AutoSize = True
259         Me.Label3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
260         Me.Label3.Location = New System.Drawing.Point(
31, 34)
261         Me.Label3.Name =
"Label3"
262         Me.Label3.Size = New System.Drawing.Size(
36, 13)
263         Me.Label3.TabIndex =
2
264         Me.Label3.Text =
"Date :"
265         
'
266         
'Label2
267         
'
268         Me.Label2.AutoSize = True
269         Me.Label2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
270         Me.Label2.Location = New System.Drawing.Point(
31, 86)
271         Me.Label2.Name =
"Label2"
272         Me.Label2.Size = New System.Drawing.Size(
66, 13)
273         Me.Label2.TabIndex =
0
274         Me.Label2.Text =
"Staff Name :"
275         
'
276         
'dgw
277         
'
278         Me.dgw.AllowUserToAddRows = False
279         Me.dgw.AllowUserToDeleteRows = False
280         DataGridViewCellStyle1.BackColor = System.Drawing.Color.FloralWhite
281         Me.dgw.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
282         Me.dgw.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
283             Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
284         Me.dgw.BackgroundColor = System.Drawing.Color.White
285         Me.dgw.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
286         DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
287         DataGridViewCellStyle2.BackColor = System.Drawing.Color.CadetBlue
288         DataGridViewCellStyle2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
289         DataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black
290         DataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.LightSteelBlue
291         DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
292         DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
293         Me.dgw.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
294         Me.dgw.ColumnHeadersHeight =
24
295         Me.dgw.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column1, Me.Column2, Me.Column3})
296         Me.dgw.Cursor = System.Windows.Forms.Cursors.Hand
297         DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
298         DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window
299         DataGridViewCellStyle3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
300         DataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(
64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
301         DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
302         DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
303         DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
304         Me.dgw.DefaultCellStyle = DataGridViewCellStyle3
305         Me.dgw.EnableHeadersVisualStyles = False
306         Me.dgw.GridColor = System.Drawing.Color.White
307         Me.dgw.Location = New System.Drawing.Point(
440, 140)
308         Me.dgw.MultiSelect = False
309         Me.dgw.Name =
"dgw"
310         Me.dgw.ReadOnly = True
311         Me.dgw.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
312         DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
313         DataGridViewCellStyle4.BackColor = System.Drawing.Color.CadetBlue
314         DataGridViewCellStyle4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
315         DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText
316         DataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.DarkSlateGray
317         DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText
318         DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
319         Me.dgw.RowHeadersDefaultCellStyle = DataGridViewCellStyle4
320         Me.dgw.RowHeadersWidth =
25
321         Me.dgw.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
322         DataGridViewCellStyle5.BackColor = System.Drawing.Color.White
323         DataGridViewCellStyle5.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
324         DataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.DarkSlateGray
325         DataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.White
326         Me.dgw.RowsDefaultCellStyle = DataGridViewCellStyle5
327         Me.dgw.RowTemplate.Height =
18
328         Me.dgw.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
329         Me.dgw.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
330         Me.dgw.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
331         Me.dgw.Size = New System.Drawing.Size(
278, 434)
332         Me.dgw.TabIndex =
295
333         
'
334         
'Column1
335         
'
336         Me.Column1.HeaderText =
"Id"
337         Me.Column1.Name =
"Column1"
338         Me.Column1.ReadOnly = True
339         Me.Column1.Visible = False
340         
'
341         
'Column2
342         
'
343         Me.Column2.HeaderText =
"Staff ID"
344         Me.Column2.Name =
"Column2"
345         Me.Column2.ReadOnly = True
346         
'
347         
'Column3
348         
'
349         Me.Column3.HeaderText =
"Staff Name"
350         Me.Column3.Name =
"Column3"
351         Me.Column3.ReadOnly = True
352         Me.Column3.Width =
150
353         
'
354         
'txtStID
355         
'
356         Me.txtStID.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
357         Me.txtStID.Location = New System.Drawing.Point(
734, 295)
358         Me.txtStID.Name =
"txtStID"
359         Me.txtStID.Size = New System.Drawing.Size(
71, 20)
360         Me.txtStID.TabIndex =
294
361         Me.txtStID.Visible = False
362         
'
363         
'lblUser
364         
'
365         Me.lblUser.AutoSize = True
366         Me.lblUser.Location = New System.Drawing.Point(
731, 341)
367         Me.lblUser.Name =
"lblUser"
368         Me.lblUser.Size = New System.Drawing.Size(
39, 13)
369         Me.lblUser.TabIndex =
293
370         Me.lblUser.Text =
"Label8"
371         Me.lblUser.Visible = False
372         
'
373         
'Panel4
374         
'
375         Me.Panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
376         Me.Panel4.Controls.Add(Me.btnGetData)
377         Me.Panel4.Controls.Add(Me.btnDelete)
378         Me.Panel4.Controls.Add(Me.btnClose)
379         Me.Panel4.Controls.Add(Me.btnUpdate)
380         Me.Panel4.Controls.Add(Me.btnSave)
381         Me.Panel4.Controls.Add(Me.btnNew)
382         Me.Panel4.Location = New System.Drawing.Point(
734, 80)
383         Me.Panel4.Name =
"Panel4"
384         Me.Panel4.Size = New System.Drawing.Size(
111, 206)
385         Me.Panel4.TabIndex =
1
386         
'
387         
'btnGetData
388         
'
389         Me.btnGetData.Cursor = System.Windows.Forms.Cursors.Hand
390         Me.btnGetData.FlatStyle = System.Windows.Forms.FlatStyle.Popup
391         Me.btnGetData.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
392         Me.btnGetData.Location = New System.Drawing.Point(
13, 133)
393         Me.btnGetData.Name =
"btnGetData"
394         Me.btnGetData.Size = New System.Drawing.Size(
82, 28)
395         Me.btnGetData.TabIndex =
4
396         Me.btnGetData.Text =
"Get Data"
397         Me.btnGetData.UseVisualStyleBackColor = True
398         
'
399         
'btnDelete
400         
'
401         Me.btnDelete.Cursor = System.Windows.Forms.Cursors.Hand
402         Me.btnDelete.Enabled = False
403         Me.btnDelete.FlatStyle = System.Windows.Forms.FlatStyle.Popup
404         Me.btnDelete.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
405         Me.btnDelete.Location = New System.Drawing.Point(
13, 103)
406         Me.btnDelete.Name =
"btnDelete"
407         Me.btnDelete.Size = New System.Drawing.Size(
82, 28)
408         Me.btnDelete.TabIndex =
3
409         Me.btnDelete.Text =
"Delete"
410         Me.btnDelete.UseVisualStyleBackColor = True
411         
'
412         
'btnClose
413         
'
414         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
415         Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup
416         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
417         Me.btnClose.Location = New System.Drawing.Point(
13, 164)
418         Me.btnClose.Name =
"btnClose"
419         Me.btnClose.Size = New System.Drawing.Size(
82, 28)
420         Me.btnClose.TabIndex =
5
421         Me.btnClose.Text =
"Close"
422         Me.btnClose.UseVisualStyleBackColor = True
423         
'
424         
'btnUpdate
425         
'
426         Me.btnUpdate.Cursor = System.Windows.Forms.Cursors.Hand
427         Me.btnUpdate.Enabled = False
428         Me.btnUpdate.FlatStyle = System.Windows.Forms.FlatStyle.Popup
429         Me.btnUpdate.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
430         Me.btnUpdate.Location = New System.Drawing.Point(
13, 72)
431         Me.btnUpdate.Name =
"btnUpdate"
432         Me.btnUpdate.Size = New System.Drawing.Size(
82, 28)
433         Me.btnUpdate.TabIndex =
2
434         Me.btnUpdate.Text =
"Update"
435         Me.btnUpdate.UseVisualStyleBackColor = True
436         
'
437         
'btnSave
438         
'
439         Me.btnSave.Cursor = System.Windows.Forms.Cursors.Hand
440         Me.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Popup
441         Me.btnSave.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
442         Me.btnSave.Location = New System.Drawing.Point(
13, 41)
443         Me.btnSave.Name =
"btnSave"
444         Me.btnSave.Size = New System.Drawing.Size(
82, 28)
445         Me.btnSave.TabIndex =
1
446         Me.btnSave.Text =
"Save"
447         Me.btnSave.UseVisualStyleBackColor = True
448         
'
449         
'btnNew
450         
'
451         Me.btnNew.Cursor = System.Windows.Forms.Cursors.Hand
452         Me.btnNew.FlatStyle = System.Windows.Forms.FlatStyle.Popup
453         Me.btnNew.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
454         Me.btnNew.Location = New System.Drawing.Point(
13, 10)
455         Me.btnNew.Name =
"btnNew"
456         Me.btnNew.Size = New System.Drawing.Size(
82, 28)
457         Me.btnNew.TabIndex =
0
458         Me.btnNew.Text =
"New"
459         Me.btnNew.UseVisualStyleBackColor = True
460         
'
461         
'txtID
462         
'
463         Me.txtID.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
464         Me.txtID.Location = New System.Drawing.Point(
734, 318)
465         Me.txtID.Name =
"txtID"
466         Me.txtID.Size = New System.Drawing.Size(
71, 20)
467         Me.txtID.TabIndex =
292
468         Me.txtID.Visible = False
469         
'
470         
'Panel2
471         
'
472         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
473         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
474         Me.Panel2.Controls.Add(Me.Label1)
475         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
476         Me.Panel2.Name =
"Panel2"
477         Me.Panel2.Size = New System.Drawing.Size(
836, 62)
478         Me.Panel2.TabIndex =
0
479         
'
480         
'Label1
481         
'
482         Me.Label1.AutoSize = True
483         Me.Label1.BackColor = System.Drawing.Color.Transparent
484         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
485         Me.Label1.ForeColor = System.Drawing.Color.White
486         Me.Label1.Location = New System.Drawing.Point(
336, 19)
487         Me.Label1.Name =
"Label1"
488         Me.Label1.Size = New System.Drawing.Size(
170, 24)
489         Me.Label1.TabIndex =
0
490         Me.Label1.Text =
"Attendance Entry"
491         
'
492         
'OpenFileDialog1
493         
'
494         Me.OpenFileDialog1.FileName =
"OpenFileDialog1"
495         
'
496         
'frmAttendance
497         
'
498         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
499         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
500         Me.BackColor = System.Drawing.Color.DarkSlateGray
501         Me.ClientSize = New System.Drawing.Size(
885, 618)
502         Me.Controls.Add(Me.Panel1)
503         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
504         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
505         Me.MaximizeBox = False
506         Me.MinimizeBox = False
507         Me.Name =
"frmAttendance"
508         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
509         Me.Panel1.ResumeLayout(False)
510         Me.Panel1.PerformLayout()
511         Me.GroupBox1.ResumeLayout(False)
512         Me.GroupBox1.PerformLayout()
513         Me.GroupBox2.ResumeLayout(False)
514         Me.GroupBox2.PerformLayout()
515         CType(Me.dgw, System.ComponentModel.ISupportInitialize).EndInit()
516         Me.Panel4.ResumeLayout(False)
517         Me.Panel2.ResumeLayout(False)
518         Me.Panel2.PerformLayout()
519         Me.ResumeLayout(False)
520
521     End Sub
522     Friend WithEvents Panel1 As System.Windows.Forms.Panel
523     Friend WithEvents Panel2 As System.Windows.Forms.Panel
524     Friend WithEvents Label1 As System.Windows.Forms.Label
525     Friend WithEvents Panel4 As System.Windows.Forms.Panel
526     Friend WithEvents btnDelete As System.Windows.Forms.Button
527     Friend WithEvents btnClose As System.Windows.Forms.Button
528     Friend WithEvents btnUpdate As System.Windows.Forms.Button
529     Friend WithEvents btnSave As System.Windows.Forms.Button
530     Friend WithEvents btnNew As System.Windows.Forms.Button
531     Friend WithEvents OpenFileDialog1 As System.Windows.Forms.OpenFileDialog
532     Friend WithEvents Timer1 As System.Windows.Forms.Timer
533     Friend WithEvents txtID As System.Windows.Forms.TextBox
534     Friend WithEvents lblUser As System.Windows.Forms.Label
535     Friend WithEvents btnGetData As System.Windows.Forms.Button
536     Friend WithEvents dgw As System.Windows.Forms.DataGridView
537     Friend WithEvents txtStID As System.Windows.Forms.TextBox
538     Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
539     Friend WithEvents StaffID As System.Windows.Forms.TextBox
540     Friend WithEvents Status As System.Windows.Forms.ComboBox
541     Friend WithEvents Label8 As System.Windows.Forms.Label
542     Friend WithEvents StaffName As System.Windows.Forms.TextBox
543     Friend WithEvents WorkingDate As System.Windows.Forms.DateTimePicker
544     Friend WithEvents Label6 As System.Windows.Forms.Label
545     Friend WithEvents Label3 As System.Windows.Forms.Label
546     Friend WithEvents Label2 As System.Windows.Forms.Label
547     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
548     Friend WithEvents txtStaff As System.Windows.Forms.TextBox
549     Friend WithEvents txtInTime As System.Windows.Forms.TextBox
550     Friend WithEvents txtOutTime As System.Windows.Forms.TextBox
551     Friend WithEvents OutTime As System.Windows.Forms.DateTimePicker
552     Friend WithEvents InTime As System.Windows.Forms.DateTimePicker
553     Friend WithEvents Label7 As System.Windows.Forms.Label
554     Friend WithEvents Label4 As System.Windows.Forms.Label
555     Friend WithEvents Column1 As System.Windows.Forms.DataGridViewTextBoxColumn
556     Friend WithEvents Column2 As System.Windows.Forms.DataGridViewTextBoxColumn
557     Friend WithEvents Column3 As System.Windows.Forms.DataGridViewTextBoxColumn
558
559 End Class


Gõ tìm kiếm nhanh...